.. _`Predict Probabilities`: .. _`org.sysess.sympathy.machinelearning.predict_proba`: Predict Probabilities ===================== .. image:: probabilities.svg :width: 48 Uses a model to predict Y given X and returns the estimatedprobabilities for each class in Y **Documentation** Uses a model to predict Y given X and returns the estimatedprobabilities for each class in Y *Configuration*: - *names method* Method used to generate output names *Input ports*: **in-model** : model Input model **X** : table X *Output ports*: **Y** : table Y **Definition** *Input ports* :in-model: model Input model :X: table X *Output ports* :Y: table Y .. automodule:: node_application .. class:: PredictProbabilities